From 4af8f32dcdd4c657443ee49763562f8aef2716c8 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 5 Jun 2007 10:04:51 +0000 Subject: [PATCH] (Finternal_lisp_face_p): Signal error for face alias loops. --- src/xfaces.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xfaces.c b/src/xfaces.c index 07ea34bf736..b30d673241f 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -3935,6 +3935,8 @@ Otherwise check for the existence of a global face. */) { Lisp_Object lface; + face = resolve_face_name (face, 1); + if (!NILP (frame)) { CHECK_LIVE_FRAME (frame); -- 2.30.2